From 8e2de7667315d782bd5073480d95c5b8c387b29e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 7 Sep 2007 03:18:53 +0000 Subject: [PATCH] Remove references to deprecated functions. (#460207, Guillaume Cottenceau) 2007-09-06 Matthias Clasen * gdk-pixbuf/porting-from-imlib.sgml: * gdk/tmpl/rgb.sgml: Remove references to deprecated functions. (#460207, Guillaume Cottenceau) svn path=/trunk/; revision=18741 --- docs/reference/ChangeLog | 6 ++++++ docs/reference/gdk-pixbuf/porting-from-imlib.sgml | 10 ++++------ docs/reference/gdk/tmpl/rgb.sgml | 4 ++-- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 20a321c843..d5065d2e6c 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,9 @@ +2007-09-06 Matthias Clasen + + * gdk-pixbuf/porting-from-imlib.sgml: + * gdk/tmpl/rgb.sgml: Remove references to deprecated + functions. (#460207, Guillaume Cottenceau) + 2007-09-06 Matthias Clasen * gdk/tmpl/windows.sgml: Correct the example widget for diff --git a/docs/reference/gdk-pixbuf/porting-from-imlib.sgml b/docs/reference/gdk-pixbuf/porting-from-imlib.sgml index c390153335..2234a711ab 100644 --- a/docs/reference/gdk-pixbuf/porting-from-imlib.sgml +++ b/docs/reference/gdk-pixbuf/porting-from-imlib.sgml @@ -250,12 +250,10 @@ In contrast, &gdk-pixbuf; provides convenience functions to render arbitrary rectangular regions of an image onto a drawable that your application provides. You can use - gdk_pixbuf_render_to_drawable() or - gdk_pixbuf_render_to_drawable_alpha() - to do this; having your application provide the destination - drawable and specify an arbitrary region means your - application has complete control over the way images are - rendered. + gdk_draw_pixbuf() to do this; having + your application provide the destination drawable and + specify an arbitrary region means your application has + complete control over the way images are rendered. diff --git a/docs/reference/gdk/tmpl/rgb.sgml b/docs/reference/gdk/tmpl/rgb.sgml index d5c1fcdd8b..000f2ce027 100644 --- a/docs/reference/gdk/tmpl/rgb.sgml +++ b/docs/reference/gdk/tmpl/rgb.sgml @@ -12,7 +12,7 @@ colormap images to a #GdkDrawable. It does this as efficiently as possible, handling issues such as colormaps, visuals, dithering, temporary buffers, and so on. Most code should use the higher-level #GdkPixbuf features in place of this module; for example, -gdk_pixbuf_render_to_drawable() uses GdkRGB in its implementation. +gdk_draw_pixbuf() uses GdkRGB in its implementation. @@ -114,7 +114,7 @@ colors. -#GdkPixbuf and gdk_pixbuf_render_to_drawable() +#GdkPixbuf and gdk_draw_pixbuf() Higher-level image handling. -- 2.30.2